Change colormap to font map in docs. (#340093)
authorBehdad Esfahbod <behdad@gnome.org>
Sat, 29 Apr 2006 06:57:29 +0000 (06:57 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sat, 29 Apr 2006 06:57:29 +0000 (06:57 +0000)
2006-04-29  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
        (gtk_widget_get/create_pango_context): Change colormap to font map in
        docs. (#340093)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkwidget.c

index 0923e566f244170cd20da8a1f1abbfce9c5e06d0..764a328d25fb047f7cc77043f3cd49b85101f8fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-29  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
+       (gtk_widget_get/create_pango_context): Change colormap to font map in
+       docs. (#340093)
+
 2006-04-29  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols: 
index 0923e566f244170cd20da8a1f1abbfce9c5e06d0..764a328d25fb047f7cc77043f3cd49b85101f8fc 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-29  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
+       (gtk_widget_get/create_pango_context): Change colormap to font map in
+       docs. (#340093)
+
 2006-04-29  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols: 
index 689d6f52e2dff4485bdcc5964f647dcc43dc8cf9..aa0dce9bb3b9828ac054169bfd72d3d8f1e30ff0 100644 (file)
@@ -5287,7 +5287,7 @@ gtk_widget_peek_pango_context (GtkWidget *widget)
  * gtk_widget_get_pango_context:
  * @widget: a #GtkWidget
  * 
- * Gets a #PangoContext with the appropriate colormap, font description
+ * Gets a #PangoContext with the appropriate font map, font description,
  * and base direction for this widget. Unlike the context returned
  * by gtk_widget_create_pango_context(), this context is owned by
  * the widget (it can be used until the screen for the widget changes
@@ -5357,7 +5357,7 @@ gtk_widget_update_pango_context (GtkWidget *widget)
  * gtk_widget_create_pango_context:
  * @widget: a #GtkWidget
  * 
- * Creates a new #PangoContext with the appropriate colormap,
+ * Creates a new #PangoContext with the appropriate font map,
  * font description, and base direction for drawing text for
  * this widget. See also gtk_widget_get_pango_context().
  * 
@@ -5393,7 +5393,7 @@ gtk_widget_create_pango_context (GtkWidget *widget)
  * @widget: a #GtkWidget
  * @text:   text to set on the layout (can be %NULL)
  * 
- * Creates a new #PangoLayout with the appropriate colormap,
+ * Creates a new #PangoLayout with the appropriate font map,
  * font description, and base direction for drawing text for
  * this widget.
  *